home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_gen / instal11.zip / README.TXT < prev    next >
Text File  |  1996-01-11  |  5KB  |  186 lines

  1. *************************************
  2. *                        *
  3. *  Setup program for Windows v 1.1  *
  4. * UnSetup program for Windows v 1.0 *
  5. *                                   *
  6. * --------------------------------- *
  7. *                                   *
  8. * (c)1996 by J. BERTRAND            *
  9. *                        *
  10. *************************************
  11.  
  12.  
  13. These programs are Freeware !!!
  14.  
  15. Use it without warranty.
  16.  
  17.  
  18. ****************
  19. * Introduction *
  20. ****************
  21.  
  22.  
  23.     *********
  24.     * SETUP *
  25.     *********
  26.  
  27.     This program is able to install files from a floppy to your hard disk and create groups and icons in your
  28. Program Manager. It create his own log install file.
  29.  
  30.  
  31.     ***********
  32.     * UNSETUP *
  33.     ***********
  34.  
  35.     This program use the log file of Setup to uninstall the copied files and created directory.
  36.  
  37.  
  38.  
  39.     Nota :
  40.  
  41.         All the source files are provided in Delphi 1.0 version for Setup and Unsetup.
  42.  
  43.  
  44. ******************
  45. * How to install *
  46. ******************
  47.  
  48.     Just lauch SETUP.EXE from A: or from C: (if you want to modify the source drive edit SETUP.INS file
  49.  and modifiy the letter on the ODSK parameter in [ORIGIN] section)
  50.  
  51.     This program copies all the files onto your hard disk (you can specify the path) and creates a 
  52. SETUP.GRP group in your program manager. It creates a UNSETUP.INS file, this is the log of installation.
  53.  
  54.     I have given you all the source files so you can edit and modify as you want.
  55.  
  56.     If you add any facilities please write to me on Compuserve (ID 100621,3247).
  57.  
  58.  
  59. ********************
  60. * How to uninstall *
  61. ********************
  62.  
  63.     Just lauch UNSETUP.EXE on the directory you install SETUP.
  64.  
  65.     UNSETUP read the log file and deletes files and directory.
  66.  
  67.     I have given you all the source files so you can edit and modify as you want.
  68.  
  69.     If you add any facilities please write to me on Compuserve (ID 100621,3247).
  70.  
  71.  
  72.  
  73. *********************
  74. * Future Improvment *
  75. *********************
  76.  
  77.     I want to check the possibility to have more than one floppy for source and further expand compress files.
  78.     Maybe modifiy the background with a blue one like on a Microsoft setup (why not ? ...) with maximized window
  79.  
  80.  
  81. *********
  82. * Files *
  83. *********
  84.  
  85.  
  86.     *********
  87.     * Setup *
  88.     *********
  89.  
  90.     SETUP.EXE    The compilated program
  91.     SETUP.INS    Install files (see inside for more explanations)
  92.  
  93.     SETUP.ICO    Icon of the main program
  94.     SETUP.DPR    Project
  95.     SETUP.DPR    Main program
  96.     ROUTINES.PAS    Linked with the main dialog
  97.     UINFO.PAS    Linked with the information dialog
  98.     INST.BMP    Install picture file
  99.  
  100.     ***********
  101.     * Unsetup *
  102.     ***********
  103.     UNSETUP.EXE    The compilated program
  104.  
  105.     UNSETUP.ICO    Icon of the main program
  106.     UNSETUP.DPR    Project
  107.     DIALUN.PAS    Linked with the main dialog
  108.     UNABOUT.PAS    Linked with the information dialog
  109.     UINST.BMP    UnInstall picture file
  110.     
  111.  
  112.     **********
  113.     * Common *
  114.     **********
  115.     README.TXT    This file !
  116.     DECLA.PAS    Main variables and types declarations
  117.     DISQUE.PAS    Functions to works with directorys and files
  118.     LECTURE.PAS    Function to read SETUP.INS file
  119.     STOP.BMP    Stop panel picture file
  120.  
  121.  
  122.  
  123. *************************
  124. * Setup.Ins description *
  125. *************************
  126.  
  127. ; Signification of %x constants in Setup.ins file on ICONS,FILES and RUN section
  128. ; %1 : Target directory
  129. ; %W : Windows directory
  130. ; %S : Windows System directory
  131.  
  132. [INFORMATION]
  133. TITLE=Title of program to install
  134. SUBTITLE=Sub title of program to install
  135. VERSION=Version of the program to install
  136. AUTHOR=Author of the program
  137. COPYRIGHT=Year of creation
  138.  
  139. [DISKS]
  140. ; This is the number of floppies needed 
  141. ; /in this case 1/
  142. DSK=1
  143.  
  144. [ORIGIN]
  145. ; Source drive and path
  146. ODSK= /Source drive/
  147. OPAT= /Source directory/
  148.  
  149. [DESTINATION]
  150. ; Target drive and path
  151. DDSK= /Target Drive/
  152. DPAT= /Target path/
  153.  
  154. [GROUP]
  155. ;x=GroupName,FileName
  156. ;/Create the group SETUP and the associated file SETUP.GRP/
  157. NUM= /Number of group to create 1 /
  158. 1= /Name of the group/,/Name of .GRP file/
  159.  
  160. [ICONS]
  161. ;x=FileName,TargetPath,IconName
  162. NUM= /Number of Icon to create/
  163. 1= /ID of floppy/,/Name of file/,/Path of file/,/Icon name/
  164.  
  165. [FILES]
  166. ;x=FileName,TargetPath
  167. ;/Copy the file FileName in the path TargetPath/
  168. NUM= /Number of file to copy/
  169. 1=/Id of floppy/,/Name of file/,/Path of file/
  170.  
  171. [RUN]
  172. ;x=FileName,FilePath,DocName,DocPath
  173. ;/Execute FileName on FilePath with the document DocName located in DocPath/
  174. NUM= /Number of application to start/
  175. 1= /Name of application/,/path of application/,/Name of document/,/Path of document/
  176.  
  177.  
  178.  
  179.  
  180.  
  181.     I hope that the files above gives you all information you need to create another 
  182. installation program or just to use it for your own program.
  183.  
  184.         
  185.     JΘr⌠me BERTRAND, PARIS
  186.